Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MySetStatusMsg

Handles any status messages passed back by an instantiated applet. This is how you would define your output function if you were to name it MySetStatusMsg:

void MySetStatusMsg (JMAppletViewerRef viewer, 
                     const char* statusMsg);
viewer
The current applet.
statusMsg
The status text passed by the applet.
DISCUSSION
When calling JMNewAppletViewer, you must designate this function in the applet callbacks data structure. The function can display the status message or ignore it, whichever is appropriate.

SEE ALSO
The JMNewAppletViewer function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997